home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Utilities / AtariPPC / atari800-0.8.6 / djgpp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-10  |  89 b   |  8 lines

  1.  
  2. #ifndef __DJGPP__H__
  3. #define __DJGPP__H__
  4.  
  5. #define read(a,b,c)     _read(a,b,c)
  6.  
  7. #endif
  8.